projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58dfccb
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Mon, 17 Apr 2006 21:50:43 +0000
(21:50 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 17 Apr 2006 21:50:43 +0000
(21:50 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index efd1f1ff38e785a7306919f63f279e9af86eab96..2c96a985d8fb52e20856c3111854298295ff660e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-3,6
+3,8
@@
* window.c (coordinates_in_window): On the vertical border,
calculate the row number measured from the top of the window, not
the top of the frame.
+ (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
+ (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
2006-04-16 Eli Zaretskii <eliz@gnu.org>